home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / groff_src.lha / Groff-1.07 / pic / pic.tab.h < prev    next >
C/C++ Source or Header  |  1992-10-01  |  2KB  |  132 lines

  1. typedef union {
  2.     char *str;
  3.     int n;
  4.     double x;
  5.     struct { double x, y; } pair;
  6.     struct { double x; char *body; } if_data;
  7.     struct { char *str; const char *filename; int lineno; } lstr;
  8.     struct { double *v; int nv; int maxv; } dv;
  9.     struct { double val; int is_multiplicative; } by;
  10.     place pl;
  11.     object *obj;
  12.     corner crn;
  13.     path *pth;
  14.     object_spec *spec;
  15.     saved_state *pstate;
  16.     graphics_state state;
  17.     object_type obtype;
  18. } YYSTYPE;
  19. #define    LABEL    258
  20. #define    VARIABLE    259
  21. #define    NUMBER    260
  22. #define    TEXT    261
  23. #define    COMMAND_LINE    262
  24. #define    DELIMITED    263
  25. #define    ORDINAL    264
  26. #define    TH    265
  27. #define    LEFT_ARROW_HEAD    266
  28. #define    RIGHT_ARROW_HEAD    267
  29. #define    DOUBLE_ARROW_HEAD    268
  30. #define    LAST    269
  31. #define    UP    270
  32. #define    DOWN    271
  33. #define    LEFT    272
  34. #define    RIGHT    273
  35. #define    BOX    274
  36. #define    CIRCLE    275
  37. #define    ELLIPSE    276
  38. #define    ARC    277
  39. #define    LINE    278
  40. #define    ARROW    279
  41. #define    MOVE    280
  42. #define    SPLINE    281
  43. #define    HEIGHT    282
  44. #define    RADIUS    283
  45. #define    WIDTH    284
  46. #define    DIAMETER    285
  47. #define    FROM    286
  48. #define    TO    287
  49. #define    AT    288
  50. #define    WITH    289
  51. #define    BY    290
  52. #define    THEN    291
  53. #define    DOTTED    292
  54. #define    DASHED    293
  55. #define    CHOP    294
  56. #define    SAME    295
  57. #define    INVISIBLE    296
  58. #define    LJUST    297
  59. #define    RJUST    298
  60. #define    ABOVE    299
  61. #define    BELOW    300
  62. #define    OF    301
  63. #define    THE    302
  64. #define    WAY    303
  65. #define    BETWEEN    304
  66. #define    AND    305
  67. #define    HERE    306
  68. #define    DOT_N    307
  69. #define    DOT_E    308
  70. #define    DOT_W    309
  71. #define    DOT_S    310
  72. #define    DOT_NE    311
  73. #define    DOT_SE    312
  74. #define    DOT_NW    313
  75. #define    DOT_SW    314
  76. #define    DOT_C    315
  77. #define    DOT_START    316
  78. #define    DOT_END    317
  79. #define    DOT_X    318
  80. #define    DOT_Y    319
  81. #define    DOT_HT    320
  82. #define    DOT_WID    321
  83. #define    DOT_RAD    322
  84. #define    SIN    323
  85. #define    COS    324
  86. #define    ATAN2    325
  87. #define    LOG    326
  88. #define    EXP    327
  89. #define    SQRT    328
  90. #define    MAX    329
  91. #define    MIN    330
  92. #define    INT    331
  93. #define    RAND    332
  94. #define    COPY    333
  95. #define    THRU    334
  96. #define    TOP    335
  97. #define    BOTTOM    336
  98. #define    UPPER    337
  99. #define    LOWER    338
  100. #define    SH    339
  101. #define    PRINT    340
  102. #define    CW    341
  103. #define    CCW    342
  104. #define    FOR    343
  105. #define    DO    344
  106. #define    IF    345
  107. #define    ELSE    346
  108. #define    ANDAND    347
  109. #define    OROR    348
  110. #define    NOTEQUAL    349
  111. #define    EQUALEQUAL    350
  112. #define    LESSEQUAL    351
  113. #define    GREATEREQUAL    352
  114. #define    LEFT_CORNER    353
  115. #define    RIGHT_CORNER    354
  116. #define    CENTER    355
  117. #define    END    356
  118. #define    START    357
  119. #define    RESET    358
  120. #define    UNTIL    359
  121. #define    PLOT    360
  122. #define    THICKNESS    361
  123. #define    FILL    362
  124. #define    ALIGNED    363
  125. #define    SPRINTF    364
  126. #define    COMMAND    365
  127. #define    DEFINE    366
  128. #define    UNDEF    367
  129.  
  130.  
  131. extern YYSTYPE yylval;
  132.